home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Visual Basic 5.0 (2nd Edition) / Hardcore Visual Basic 5.0 - Second Edition (1997)(Microsoft Press).iso / Source / Sieve / SIEVEATL / SieveAtl_i.c < prev    next >
C/C++ Source or Header  |  1996-10-29  |  1KB  |  51 lines

  1. /* this file contains the actual definitions of */
  2. /* the IIDs and CLSIDs */
  3.  
  4. /* link this file in with the server and any clients */
  5.  
  6.  
  7. /* File created by MIDL compiler version 3.00.15 */
  8. /* at Tue Oct 29 11:18:17 1996
  9.  */
  10. /* Compiler settings for SieveAtl.idl:
  11.     Os, W1, Zp8, env=Win32, ms_ext, c_ext
  12.     error checks: none
  13. */
  14. //@@MIDL_FILE_HEADING(  )
  15. #ifdef __cplusplus
  16. extern "C"{
  17. #endif 
  18.  
  19.  
  20. #ifndef IID_DEFINED
  21. #define IID_DEFINED
  22.  
  23. typedef struct _IID
  24. {
  25.     unsigned long x;
  26.     unsigned short s1;
  27.     unsigned short s2;
  28.     unsigned char  c[8];
  29. } IID;
  30.  
  31. #endif // IID_DEFINED
  32.  
  33. #ifndef CLSID_DEFINED
  34. #define CLSID_DEFINED
  35. typedef IID CLSID;
  36. #endif // CLSID_DEFINED
  37.  
  38. const IID IID_ICSieveATL = {0x18315EE2,0xB8D4,0x11CF,{0xAE,0xC1,0x44,0x45,0x53,0x54,0x00,0x00}};
  39.  
  40.  
  41. const IID LIBID_SIEVEATLLib = {0x18315EE3,0xB8D4,0x11CF,{0xAE,0xC1,0x44,0x45,0x53,0x54,0x00,0x00}};
  42.  
  43.  
  44. const CLSID CLSID_CSieveATL = {0x18315EE7,0xB8D4,0x11CF,{0xAE,0xC1,0x44,0x45,0x53,0x54,0x00,0x00}};
  45.  
  46.  
  47. #ifdef __cplusplus
  48. }
  49. #endif
  50.  
  51.